@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
	background-color: #FFF;
	font-size: 14px;
}
/* CSS Document */

#container {
	width:968px;
	background:#FFF;
	margin:0 auto;
	padding-left:10px;
	padding-right:10px;
	overflow:hidden;
}
#banner h1 {
	position: absolute;
	left: 6px;
	top: 2px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666;
}
#banner {
	position: relative;
}
#sepsis_menu {
	position: absolute;
	top: 70px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666;
}
#main_image {
	background-image: url(../../Intraperitoneal%20Sepsis/med1.JPG);
	background-repeat: no-repeat;
	position: relative;
	height: 130px;
	width: 968px;
}
#left_column {
	width:236px;
	float:left;
	font-size: 11px;
	color: #333;
	background-color: #FFF;
}
#center_column {
	width: 722px;
	float:left;
}
#center_column {
	margin-left:10px;
}
{
margin-top: 1em;
}
#container .footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	background-color: #F4F4F4;
	left: 50px;
	text-align: center;
}
